 : /archive/index.php
 

---------
else

{


$output .= "\t<li>$thread[prefix_plain_html] <a href=\"" . $vbulletin->options['bburl'] . "/showthread.php?t=$thread[threadid]\">$thread[title]</a></li>\n";

}
---------

 
---------
else

{



//Generate url

if ($vbulletin->options['tfseo_type'] == 1)  
{  
$tfseo['k'] = tfseo_url_thread($foruminfo['forumid'], $thread['threadid']); 
} else if ($vbulletin->options['tfseo_type'] == 2)  
{  
$tfseo['k'] = tfseo_url_thread($foruminfo['forumid'], $thread['title'], $thread['threadid']); 
} else if ($vbulletin->options['tfseo_type'] == 3)  
{ 
$tfseo['k'] = tfseo_url_thread($foruminfo[tfseo_key], $foruminfo['forumid'], $thread['title'], $thread['threadid']); 
}


$output .= "\t<li>$thread[prefix_plain_html] <a href=\"" . $vbulletin->options['bburl'] . '/' . $tfseo['k'] . "\">$thread[title]</a></li>\n";
}
---------




 
---------
$output .= "<p class=\"largefont\">$vbphrase[view_full_version] : <a href=\"" . $vbulletin->options['bburl'] . "/forumdisplay.php?f=$foruminfo[forumid]\">$foruminfo[title_clean]</a></p>\n<hr />\n";
---------

 
---------
if ($vbulletin->options['tfseo_type'] == 1)  
{  
$tfseo['l'] = tfseo_url_forum($foruminfo['forumid']); 
} else if ($vbulletin->options['tfseo_type'] == 2)  
{  
$tfseo['l'] = tfseo_url_forum($foruminfo['forumid']); 
} else if ($vbulletin->options['tfseo_type'] == 3)  
{ 
$tfseo['l'] = tfseo_url_forum($foruminfo[tfseo_key], $foruminfo['forumid']); 
}
	$output .= "<p class=\"largefont\">$vbphrase[view_full_version] : <a href=\"" . $vbulletin->options['bburl'] . '/' . $tfseo['l'] . "\">$foruminfo[title_clean]</a></p>\n<hr />\n";

---------